翻訳と辞書
Words near each other
・ "O" Is for Outlaw
・ "O"-Jung.Ban.Hap.
・ "Ode-to-Napoleon" hexachord
・ "Oh Yeah!" Live
・ "Our Contemporary" regional art exhibition (Leningrad, 1975)
・ "P" Is for Peril
・ "Pimpernel" Smith
・ "Polish death camp" controversy
・ "Pro knigi" ("About books")
・ "Prosopa" Greek Television Awards
・ "Pussy Cats" Starring the Walkmen
・ "Q" Is for Quarry
・ "R" Is for Ricochet
・ "R" The King (2016 film)
・ "Rags" Ragland
・ ! (album)
・ ! (disambiguation)
・ !!
・ !!!
・ !!! (album)
・ !!Destroy-Oh-Boy!!
・ !Action Pact!
・ !Arriba! La Pachanga
・ !Hero
・ !Hero (album)
・ !Kung language
・ !Oka Tokat
・ !PAUS3
・ !T.O.O.H.!
・ !Women Art Revolution


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

line search : ウィキペディア英語版
line search
In optimization, the line search strategy is one of two basic iterative approaches to find a local minimum \mathbf^
* of an objective function f:\mathbb R^n\to\mathbb R. The other approach is trust region.
The line search approach first finds a descent direction along which the objective function f will be reduced and then computes a step size that determines how far \mathbf should move along that direction. The descent direction can be computed by various methods, such as gradient descent, Newton's method and Quasi-Newton method. The step size can be determined either exactly or inexactly.
==Example use ==

Here is an example gradient method that uses a line search in step 4.
# Set iteration counter \displaystyle k=0, and make an initial guess, \mathbf_0 for the minimum
# Repeat:
#     Compute a descent direction \mathbf_k
#     Choose \displaystyle \alpha_k to 'loosely' minimize h(\alpha)=f(\mathbf_k+\alpha\mathbf_k) over \alpha\in\mathbb R_+
#     Update \mathbf_=\mathbf_k+\alpha_k\mathbf_k, and \displaystyle k=k+1
# Until \|\nabla f(\mathbf_k)\| < tolerance
At the line search step (4) the algorithm might either ''exactly'' minimize ''h'', by solving h'(\alpha_k)=0, or ''loosely'', by asking for a sufficient decrease in ''h''. One example of the former is conjugate gradient method. The latter is called inexact line search and may be performed in a number of ways, such as a backtracking line search or using the Wolfe conditions.
Like other optimization methods, line search may be combined with simulated annealing to allow it to jump over some local minima.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「line search」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.